home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d14
/
cppwin10.arc
/
CWIND1.HPP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-01-11
|
345 b
|
22 lines
/***
Test window class.
***/
#ifndef CWind1_INC
#define CWind1_INC
#include "cwind.hpp"
class CWind1 : public CWind {
public:
CWind1(HANDLE ,HANDLE);
LONG DoCommand(WORD wMenuId, LONG lParam);
LONG DoSize(WORD wCmd, LPPOINT lpPoint);
~CWind1();
CWind *pButton;
CWind *pList;
int Ctr;
};
#endif